Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: evm smart contract total transfer #913

Open
wants to merge 2 commits into
base: evm
Choose a base branch
from

Conversation

phamphong9981
Copy link
Collaborator

Statistic total transfer of all evm smart contracts

@phamphong9981 phamphong9981 self-assigned this Oct 1, 2024

export async function up(knex: Knex): Promise<void> {
await knex.schema.alterTable('evm_smart_contract', (table) => {
table.integer('total_tx_to').defaultTo(0).index();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

có metadata hay cái gì để chung vào ko/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants